home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_09_10
/
9n10024c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-12
|
313 b
|
13 lines
/* --------------------------------------------------------------
FUNCTION COUNT_NODES: Just display the counter we've been keeping.
-------------------------------------------------------------- */
void count_nodes(void)
{
printf("\n\tThere are %u nodes in the list\n", nodes_in_use);
}